IKsCommand<T>.GetValueAsync method
Gets a value from a device as an asynchronous operation. The method keeps waiting until the value is gotten.
Namespace: IntervalZero.KINGSTAR.Base.Class
Assembly: IntervalZero.KINGSTAR.Base.Class (in IntervalZero.KINGSTAR.Base.dll) Version: 4.4.0.0
Syntax
Task<T> GetValueAsync()
Function GetValueAsync() As Task(Of T)
Return value
Represents an asynchronous operation.
See also